From: Glenn Morris Date: Sat, 8 Aug 2020 15:35:34 +0000 (-0700) Subject: * lisp/outline.el (outline-minor-mode-prefix): Fix compilation. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~5964 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=878924e881528f8b87216f571db91a960c733d9a;p=emacs.git * lisp/outline.el (outline-minor-mode-prefix): Fix compilation. --- diff --git a/lisp/outline.el b/lisp/outline.el index aa8ed58ad9c..6158ed594e9 100644 --- a/lisp/outline.el +++ b/lisp/outline.el @@ -297,6 +297,7 @@ The value of this variable is checked as part of loading Outline mode. After that, changing the prefix key requires manipulating keymaps." :type 'key-sequence :group 'outlines + :initialize 'custom-initialize-default :set (lambda (sym val) (define-key outline-minor-mode-map outline-minor-mode-prefix nil) (define-key outline-minor-mode-map val outline-mode-prefix-map)